max length | sentence |
---|---|
3 | API سی و دو بیت (۳۲ بیت) است. |
3 | ، با برد های ۳–۰ و ۶–۱ گل زد. |
3 | بود و خود را وقف آن کرد. |
3 | ۱ نفر در هر ۱۹۰ نفر است. |
3 | با این حال در سال ۲۸۰ ه. |
3 | ، بیش از سی سال در جنگ بود. |
3 | در زیر آن سه برگ سبز است. |
3 | یک روش که در آن یک حذف مو از سطح بدن با تیغ. |
3 | او را به مدت ۳۰ روز بن کرد. |
3 | بود را با خود به فضا برد. |
3 | طلا به وزن ۴٫۵ گرم هم به کار رفت. |
3 | را از روی این اثر خلق کرد. |
3 | یک گوش خود را از دست داد. |
3 | بود که او را پدر اُپ آرت ( |
3 | "ای کاش آن حرف را نمی زدم." |
3 | بر روی این رود بنا شده است. |
3 | آن اف ۴٫۵ تا ۵٫۶ اف ۳۲ تا ۴۰ است. |
3 | با نقش سر یک شاه بر روی آن است. |
3 | اِ جا نای کا، اِ جا نای کا! |
4 | ۱۵۵ نفر کشته و بیش از ۷۰۰ نفر زخمی شدند. |
4 | ، ۱۹۵۲ و ۱۹۶۴ شرکت کرده است. |
4 | ، ۱۹۵۶ و ۱۹۶۰ شرکت کرده است. |
4 | ، ۲۶ نفر کشته و بیش از ۳۰۰ نفر زخمی شدند. |
4 | ۲ متر و طول آن با لوله جلو ۱۱. |
4 | ۲ مرد و ۱زن، آن شب سیاه در سبزه زار. |
4 | ۷ نفر روی زمین کشته و ۷۸ تن زخمی شدند. |
4 | ARAB III نام داشت و مقرّ وی دژ ساگ بیتو بود. |
4 | Li تا Ne)، دوره سوم (ازNa تا Ar) و الی آخر تعلق دارد. |
4 | »، آبان ۱۳۳۱ در ۱۱۰ نسخه و در ۲۴ صفحه. |
4 | آب و هوای این ده سرد است. |
In this subsection we look for sentences containing only short words. The sentences have minimum length of 40 characters and are ordered by the length of the longest word.
The type of results are very similar to the results seen in 4.5.2.1.
select max(char_length(word)) as a, s.sentence from sentences s, inv_w i, words w where s.s_id=i.s_id and i.w_id=w.w_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by a limit 30;
4.5.2.1 Maximum word rank in sentence
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.6 Sentences consisting of short words only II
4.5.2.7 Sentences consisting of long words only I
4.5.2.8 Sentences consisting of long words only II